/* 弹框提示语 */
.flex {
    display: flex;
}

.mess {
    position: fixed;
    top: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(28, 28, 28, 0.2);
    z-index: 1000000;
}

.mess .relieve {
    width: 200px;
    height: 200px;
    background: rgba(242, 242, 242, 1);
    border-radius: 10px;
    padding: 15px;
    /*box-sizing: content-box;*/
}

.mess .relieveimg {
    width: 60px;
    height: 60px;
    margin: 23px auto 33px;
}

.mess .mess_img {
    width: 60px;
    height: 60px;
}

.mess .mess_text {
    text-align: center;
    font-size: 14px;
}
